it is difines how the components (div, hyperlink,heading, etc) are going to be plased on the web page .
it is used to define the display of the different parts of a web page .
SYNTAX= display:value;
it is used to display an element as Inline element .
it is used to display an element as block element .
it is starts on a new line and takes up the whole width of the window.
it is similar to inline but diierent is that you can able to set the width and height.
the element completely removed.
none property is remove the element therfore please see the coding .